Skip to content

Conversation

nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Jun 3, 2025

This PR contains the following updates:

Package Type Update Change
camino dependencies minor 1.1.9 -> 1.2.1

Release Notes

camino-rs/camino (camino)

v1.2.1

Compare Source

Fixed

Replaced obsolete doc_auto_cfg with doc_cfg, to fix Rust nightly builds with the doc_cfg flag enabled.

v1.2.0

Compare Source

Changed
  • MSRV updated to Rust 1.61 to support the switch to serde_core.
  • camino now depends on serde_core rather than serde. This allows camino's compilation to be parallelized with serde_derive.
  • serde and proptest are no longer available as features. This is technically a breaking change, but these features were already no-ops. Instead, use serde1 and proptest1 respectively.

v1.1.12

Compare Source

Added
  • Utf8PathBuf::from_os_string and Utf8Path::from_os_str conversions.
  • TryFrom<OsString> for Utf8PathBuf and TryFrom<&OsStr> for &Utf8Path conversions.

Thanks to BenjaminBrienen for your first contribution!

v1.1.11

Compare Source

Added
  • Utf8PathBuf::leak on Rust 1.89 and above.

v1.1.10

Compare Source

Changed
  • Hand-write serde implementations, dropping the dependency on serde_derive. Thanks to Enselic for initiating the discussion and for your first contribution!

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

codecov bot commented Jun 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.59%. Comparing base (9234df3) to head (cb59281).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   87.59%   87.59%           
=======================================
  Files           4        4           
  Lines         403      403           
=======================================
  Hits          353      353           
  Misses         50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 3 times, most recently from f9ed4d2 to 069447f Compare June 7, 2025 07:15
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 4 times, most recently from 8aedc7b to e1b396d Compare June 19, 2025 04:18
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch from e1b396d to 0142b3b Compare August 8, 2025 03:17
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.1.10 fix(deps): update rust crate camino to 1.1.11 Aug 8, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.1.11 fix(deps): update rust crate camino to 1.1.12 Aug 27, 2025
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 9 times, most recently from 9ad46a5 to 4b3ce0d Compare September 6, 2025 03:39
@nextest-bot nextest-bot force-pushed the renovate/camino-1.x branch 7 times, most recently from cf1cffb to 5a7fa6c Compare September 15, 2025 03:34
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.1.12 fix(deps): update rust crate camino to 1.2.0 Sep 15, 2025
@nextest-bot nextest-bot changed the title fix(deps): update rust crate camino to 1.2.0 fix(deps): update rust crate camino to 1.2.1 Sep 30, 2025
@nextest-bot
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 1.2.1
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant